SftTree/NET 2.0

SelectionOutlineBorder Property, SftTree Class

Softel vdm, Inc.

Defines the outer border of the selection outline.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property SelectionOutlineBorder As Color

C#   

public Color SelectionOutlineBorder { get; set; }

C++   

public: property Color SelectionOutlineBorder {
        Color get();
        void set(Color value);
}

Property Value

The border color.

The default value is Color.DeepSkyBlue.

Comments

The SelectionOutlineBorder property defines the outer border of the selection outline.

This property applies if selected items or cells use a selection outline (SelectionOutlineStyle == SelectionOutlineStyleEnum.UsingOutline).

The properties SelectionOutlineBorder, SelectionInnerBorder, SelectionFill1 and SelectionFill2 are used to render a selection outline.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com